CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - spi 从

搜索资源列表

  1. spi 从机

    0下载:
  2. spi 双击通信 从机
  3. 所属分类:源码下载

    • 发布日期:2011-07-27
    • 文件大小:227554
    • 提供者:mrmichael
  1. lpc2138/2148 spi从机中断接收程序

    0下载:
  2. lpc2138/48的spi中断接收程序
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2012-02-22
    • 文件大小:58786
    • 提供者:yhzzyahoo
  1. STM32-SPI.rar

    2下载:
  2. 本例展示了如何实现2个SPI之间的在全双工(full-duplex)模式下通信,通过NSS软件管理,实现了由主向从,接着又从向主发送数据。 在本例程中,设置SPI1和SPI2为8bit数据帧,9Mbit/s传输速率。 在第一阶段,由主SPI1把SPI1_Buffer_Tx发送到SPI2,由从SPI2把SPI2_Buffer_Tx发送到SPI1。传输完成后,通过比较判断传输是否正确。 由于NSS管脚由软件管理,因此,可以在不改变硬件配置的情况下使SPI1由主变从,而SPI2由从变主。
  3. 所属分类:SCM

    • 发布日期:2016-11-03
    • 文件大小:158652
    • 提供者:chen
  1. Spi.rar

    0下载:
  2. SPI通讯协议的实现, 主从模式的通讯,所有通讯必须主机发起,SPI communication protocol' s implementation, master-slave mode of communication, all communication must be initiated by the host
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:1489
    • 提供者:石头
  1. STC-MCU-SPI

    0下载:
  2. STC单片机SPI口演示程序,实现单主单从或互为主从-STC SPI Demo
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-25
    • 文件大小:117137
    • 提供者:zhangzailin
  1. LPC17xx-spi-master

    0下载:
  2. ARM LPC17xx 通过SPI同步串行接口发送数据给从机。-ARM LPC17xx send datas to the slave by SPI synchronous serial interface.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-23
    • 文件大小:5130
    • 提供者:冯康乐
  1. VHDL-SPI-Module.doc

    0下载:
  2. 本spi参数化通讯模块是一个支持SPI串行通信协议从协议的SPI从接口。可通过改变参数设置传输的位数,由外部控制器给定脉冲控制传输。-The parameters of spi communication module is a support SPI serial communication protocol from the agreement from the SPI interface. By changing the parameter settings can be transmit
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:38463
    • 提供者:
  1. SPI

    0下载:
  2. 实现stc单片机,两个单片机之间的SPI通讯。单主单从-Stc achieve single-chip, two single-chip communications between the SPI. Single-master single from
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:3798
    • 提供者:千寻
  1. spi

    0下载:
  2. SPI模拟通信从机,用于双机进行通行,发送一些简单的字符-SPI analog communication from the machine for two-machine access, send a few simple characters
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:13777
    • 提供者:沈强
  1. SPI)

    0下载:
  2. 实现主机和从机的通讯,也可实现自受自发的功能。-To achieve master-slave communication
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1231
    • 提供者:薛亦
  1. spi

    0下载:
  2. 用软件模拟SPI的方法,实现单片机双机通信。主机用数码管显示温度,从机用1602显示温度。-SPI software simulation methods, to achieve single-chip dual-machine communication. Host digital display of temperature, from 1602 showed that the temperature machine.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:10733
    • 提供者:xuewei
  1. spi-1

    0下载:
  2. avr单片机主机发送一个数字,从机接收该数字并在led上显示-avr host send a number of single-chip, from the machine and to receive the digital led display
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:55254
    • 提供者:wuwentao
  1. SPI

    0下载:
  2. 周立公的LPC2132的SPI从机实验,多下有益-The man who first experimented with sailplanes hoped to imitate the flight of birds.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:1154
    • 提供者:dukun
  1. SPI

    0下载:
  2. SPI(Serial Peripheral Interface)是一种串行同步通讯协议,由一个主设备和一个或多个从设备组成,主设备启动一个与从设备的同步通讯,从而完成数据的交换。SPI 接口由SDI(串行数据输入),SDO(串行数据输出),SCK(串行移位时钟),CS(从使能信号)四种信号构成,CS 决定了唯一的与主设备通信的从设备,如没有CS 信号,则只能存在一个从设备,主设备通过产生移位时钟来发起通讯。通讯时,数据由SDO 输出,SDI 输入,数据在时钟的上升或下降沿由SDO 输出,在紧接着
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:1145
    • 提供者:王静
  1. SPI

    0下载:
  2. SPI 主从机通信 AVR 对初学单片机的朋友很有帮助,有助于理解SS,从机选择位-SPI AVR
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:52864
    • 提供者:小飞
  1. SPI0M_SPI1S

    0下载:
  2. LPC1100系列Cortex-M0微控制器的SSP模块都相同,该程序实现LPC1100系列微控制器的SSP模块SSP0工作在SPI从机模式下,控制74HC595驱动8盏LED闪烁以形成流水灯.-LPC1100 series microcontrollers Cortex-M0 SSP module are the same, the program to achieve LPC1100 family of microcontrollers SSP module in SPI master mo
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2014-12-30
    • 文件大小:237347
    • 提供者:李留杰
  1. PIC-SPI

    0下载:
  2. PIC16F877A进行SPI通讯,将数据发送给25C040,同时显示从25C040读出的数据-PIC16F877A for SPI communication, the data sent to the 25C040, also shows the data read out from the 25C040
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:19844
    • 提供者:lyhas
  1. STC-MCU-SPI

    0下载:
  2.  SPI的通信原理很简单,它以主从方式工作,这种模式通常有一个主设备和一个或多个从设备,需要至少4根线,事实上3根也可以(单向传输时)。也是所有基于SPI的设备共有的,它们是SDI(数据输入),SDO(数据输出),SCK(时钟),CS(片选)。 -SPI communication principle is very simple, it is the work of master-slave mode, this mode usually has a master device and o
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-27
    • 文件大小:114422
    • 提供者:pengjun
  1. spi-vhdl

    0下载:
  2. 用vhdl写的spi通信,arm为主设备,fpga为从设备,其中包括代码,以及具体协议-failed to translate
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:258323
    • 提供者:欧翔
  1. liujie备份spi有片选

    0下载:
  2. 模拟spi从Linux驱动代码,利用GPIO引脚。(spi driver Linux GPIO)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-16
    • 文件大小:101376
    • 提供者:狼码王
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com